Skip to content

Support different integers in chr()#2203

Merged
certik merged 3 commits intolcompilers:mainfrom
ubaidsk:char_changes_from_lfortran
Jul 24, 2023
Merged

Support different integers in chr()#2203
certik merged 3 commits intolcompilers:mainfrom
ubaidsk:char_changes_from_lfortran

Conversation

@ubaidsk
Copy link
Collaborator

@ubaidsk ubaidsk commented Jul 23, 2023

Comment on lines -1343 to +1344
dest_char[0] = val;
uint8_t extended_ascii = (uint8_t)val;
dest_char[0] = extended_ascii;
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@certik certik merged commit a394303 into lcompilers:main Jul 24, 2023
@ubaidsk ubaidsk deleted the char_changes_from_lfortran branch July 24, 2023 01:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chr() fails for integers other than kind 4

2 participants